-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Ktl 2512 server side hero #4977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…to ktl-2512-server-side-hero # Conflicts: # pages/server-side/index.tsx
# Conflicts: # yarn.lock
<div className={styles.featuresList}> | ||
|
||
<Link href={'#safety'} className={styles.feature}> | ||
<p className={cn(textCn('rs-subtitle-2'), styles.featureTitle)}>Safety</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the P tag seems to be redundant here. The typography class can be applied to the ancestor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debatable, I think it's a good idea to separate block from it's content, maybe later it will be needed to add subtitle there
No description provided.